flag.FlagSet.name (field)
8 uses
flag (current package)
flag.go#L397: name string
flag.go#L440: return f.name
flag.go#L685: if f.name == "" {
flag.go#L688: fmt.Fprintf(f.Output(), "Usage of %s:\n", f.name)
flag.go#L1023: if f.name == "" {
flag.go#L1026: msg = f.sprintf("%s flag redefined: %s", f.name, name)
flag.go#L1218: name: name,
flag.go#L1229: f.name = name
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |